Skip to content

Commit

Permalink
Update libpango name for Noble Numbat and Debian 12. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelpit committed Apr 17, 2024
1 parent 49e3680 commit 39d65f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# TODO: update this to 24.04 once it's released. Ideally this should _always_
# be the latest LTS release, but an interim release is used here because Jammy
# doesn't have the minimum version of GNOME necessary to build the extension.
FROM ubuntu:mantic
FROM ubuntu:noble

COPY install-apt-deps.sh .
RUN ./install-apt-deps.sh
Expand Down
2 changes: 1 addition & 1 deletion generate-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Replaces: nautilus-dropbox
Breaks: nautilus-dropbox
Provides: nautilus-dropbox
Architecture: any
Depends: procps, python3-gi (>= 3.12), python3 (>= 3.4.0), \${python3:Depends}, \${misc:Depends}, libatk1.0-0 (>= 2.10), libc6 (>= 2.19), libcairo2 (>= 1.13), libglib2.0-0 (>= 2.40), libgtk-4-1 (>= 4.8.0), libpango1.0-0 (>= 1.36.3), lsb-release, gir1.2-gdkpixbuf-2.0 (>= 2.30.7), gir1.2-glib-2.0 (>= 1.40.0), gir1.2-gtk-4.0 (>= 4.8.0), gir1.2-pango-1.0 (>= 1.36.3)
Depends: procps, python3-gi (>= 3.12), python3 (>= 3.4.0), \${python3:Depends}, \${misc:Depends}, libatk1.0-0 (>= 2.10), libc6 (>= 2.19), libcairo2 (>= 1.13), libglib2.0-0 (>= 2.40), libgtk-4-1 (>= 4.8.0), libpango1.0-0 (>= 1.36.3) | libpango-1.0-0 (>= 1.36.3), lsb-release, gir1.2-gdkpixbuf-2.0 (>= 2.30.7), gir1.2-glib-2.0 (>= 1.40.0), gir1.2-gtk-4.0 (>= 4.8.0), gir1.2-pango-1.0 (>= 1.36.3)
Suggests: nautilus (>= 43.0), python3-gpg (>= 1.8.0)
Homepage: https://www.dropbox.com/
Description: cloud synchronization engine - CLI and Nautilus extension
Expand Down

0 comments on commit 39d65f2

Please sign in to comment.